projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3582f04
)
(widget-add-documentation-string-button): Fix handling of
author
Chong Yidong
<cyd@stupidchicken.com>
Fri, 15 Jun 2007 16:27:23 +0000
(16:27 +0000)
committer
Chong Yidong
<cyd@stupidchicken.com>
Fri, 15 Jun 2007 16:27:23 +0000
(16:27 +0000)
documentation indent.
lisp/wid-edit.el
patch
|
blob
|
history
diff --git
a/lisp/wid-edit.el
b/lisp/wid-edit.el
index 6addacee3cbae3f3cd9c7111b3516ecc7e622d17..a69ebdc85e9bcd557f2b4c1c1ca084dca11ff453 100644
(file)
--- a/
lisp/wid-edit.el
+++ b/
lisp/wid-edit.el
@@
-2956,11
+2956,10
@@
Optional ARGS specifies additional keyword arguments for the
(insert-char ?\s indent))
(unless (or (numberp doc-indent) (null doc-indent))
(setq doc-indent 0))
- (setq indent (widget-get widget :documentation-indent))
(widget-put widget :buttons
(cons (apply 'widget-create-child-and-convert
widget 'documentation-string
- :indent indent
+ :indent
doc-
indent
(nconc args (list doc)))
(widget-get widget :buttons))))))
\f